home *** CD-ROM | disk | FTP | other *** search
- # A '#' at the beginning of a line means the rest of the line is a comment.
- #
- # This configuration file is set up for two cases, for a hard disk
- # (as drive C:), and for one (double sided) floppy disk.
- #
- # To change the configuration, comment out the unwanted lines, and
- # uncomment the configuration you want.
-
-
- # *** OPTIONS ***
- #
- # If you want people to play NetHack over the modem, you should probably
- # uncomment the following line:
- #
- #OPTIONS=!BIOS,number_pad,nocolor
- #
- # Some options to set personal preferences. Uncomment and change these to
- # suit your personal preference. If several people are to use the same
- # configuration, options like these should not be set.
- #
- #OPTIONS=name:Janet-V,female,dogname:Fido,catname:Morris,fruit:apricot
- #OPTIONS=packorder:")[%?+/=!(*0_`,scores:10 top/2 around/own
- #
- #
- # Other general options. You might also set "silent" so as not to attract
- # the boss's attention.
- #
- OPTIONS=BIOS,time,rest_on_space,noautopickup
-
- # Color: if you have a color monitor and *don't* want colors,
- # comment out the following line. (Mono users don't get color no matter what.)
- #
- #OPTIONS=nocolor
-
- # *** HARD DISK CONFIGURATION ***
- #
- HACKDIR=c:\nh31\games
- #
- # LEVELS and SAVE default to HACKDIR
- #
- LEVELS=c:\nh31\games
- # appending a ";n" to SAVE means don't prompt to insert a disk.
- SAVE=c:\nh31\games;n
- #
- # Using a ramdisk speeds things up.
- #
- # NOTE: the RAMDISK *must* be on a different drive from HACKDIR, LEVELS, and
- # SAVE. If you're already keeping your LEVELS on a ramdisk, the RAMDISK=
- # variable is redundant.
- #
- #RAMDISK=m:
-
-
- # *** 1-FLOPPY CONFIGURATION ***
- #
- #HACKDIR=a:
- #LEVELS=a:
- #SAVE=a:
- #RAMDISK=m:
-
-
- # *** CHARACTER GRAPHICS ***
- #
- # The 69 GRAPHICS characters (0-68) are:
- #
- # stone,
- # walls: vertical, horizontal,
- # 4 corners: top left, top right, bottom left, bottom right,
- # cross wall,
- # 4 T walls: upward, downward, left, right,
- # doors: no door,
- # open doors: vertical, horizontal,
- # closed doors: vertical, horizontal,
- # floor,
- # corridors: unlit, lit,
- # stairs up, stairs down, ladder up, ladder down,
- # trap, web, altar, throne, sink, fountain, pool/moat, ice, lava,
- # lowered drawbridge: vertical, horizontal,
- # raised drawbridge: vertical, horizontal,
- # air, cloud, water,
- # 4 beams: vertical, horizontal, left slant, right slant,
- # digging beam, camera flash beam, left boomerang, right boomerang,
- # 4 magic shield display symbols,
- # 8 swallowed: top left/middle/right, mid left/right, bottom left/mid/right,
- # 9 explosion: [3 rows (top, middle, bottom) of 3 characters]
- #
- # If you specify fewer than 69 ASCII values, the remaining characters will be
- # set to their respective defaults:
- # ' ' | - - - - - - - -
- # | | . - | + + . # #
- # < > < > ^ " _ \ # {
- # } . } . . # # ' ' # }
- # | - \ / * ! ) ( 0 #
- # @ * / - \ | | \ - /
- # / - \ | ' ' | \ - /
- #
- # An example using the hackfnt.prg font:
- #GRAPHICS= 032 217 218 194 195 192 193 216 197 196 \
- # 199 198 202 201 201 200 200 202 203 203 \
- # 210 211 212 213 207 206 209 208 205 204 \
- # 214 202 214 042 042 215 215 046 035 214 \
- # 058 045 092 047 042 033 041 040 048 035 \
- # 064 042 194 218 195 217 217 192 218 193 \
- # 047 045 092 058 032 058 092 045 047
-